home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / slc110.zip / SLCHECK.DOC < prev    next >
Text File  |  1992-06-22  |  3KB  |  67 lines

  1.                               SLCHECK.EXE
  2.                       Searchlight Upload Processer
  3.                      Version 1.1 Released 6/21/1992
  4.                                by Leigh Hotz
  5.                   Copyright (c) 1992 Wizard Productions
  6.   =======================================================================
  7. Searchlight 2.25  came with a new feature called a upload autodoor.
  8. It allows a sysop to run virus check programs online right after a
  9. file was uploaded by a user. The autodoor was a great idea but it lacked a
  10. way to pass on the filename to the scan program. It assumed your program
  11. will look in the uploads.bbs directory to get the filename. Some processers
  12. NEED a filename passed onto them so the autodoor was not perfect. 
  13.  
  14. I wrote SLCHECK for my own use to overcome this problem and release it to the
  15. public as freeware. The following are some of it's features...
  16.  
  17.  * interfaces with 3rd party utilities like PKZIP and SCAN to process files.
  18.  * optionaly removes unwanted files from archive (bbs ads, etc...)
  19.  * optionaly inserts your own file into the uploaded zipfile
  20.  * optionaly inserts your own zip comment.
  21.  * optionaly SENDS MAIL TO SYSOP with report of the upload
  22.  * optionaly AUTOMATICLY LOWERS user access if virus is detected.
  23.  
  24. There are two things that SLCHECK will assume and is hardcoded...
  25.  
  26. #1  PKZIP.EXE  PKUNZIP.EXE SLMAIL.EXE VALIDATE.EXE and SCAN.EXE are in 
  27.     the DOS path statement.
  28.  
  29. #2  All uploads go to subdirectoy called UPLOADS.BBS off main bbs directory
  30.  
  31.  
  32. QUICK START:
  33.    To install SLCHECK simple place it in your bbs main directory and type
  34.  SLCHECK /C to get the configuration screen. Answer the questions and then
  35. install it as an upload autodoor. You must pass on the users name as a 
  36. paramider like this... (SLCHECK %U) and let Searchlight take care of I/O
  37. by using the 'force-color' or 'standard' option. Since SLCHECK writes 
  38. temp files you must allow disk writes. That's all to it!
  39.  
  40. WHAT IT DOES:
  41.    After a user uploads a file, SLCHECK will create a temp directory
  42. called slcheck and copy or unzip the file from uploads.bbs to there. It will 
  43. then use SCAN.EXE to scan the files and send a report to a file called 
  44. SLCHECK.RPT. Then if the upload was zipped, it can add your comments and or 
  45. bbs ads in the archive and or remove un-wanted files from the archive. 
  46.  
  47.   It will then use slmail to send the report to the SYSOP so he knows a 
  48. new file has been uploaded. Lastly it will remove the temp directory and exit. 
  49.  
  50. While the program is running the online user will see what is happening while 
  51. he or she is waiting. The remote screen looks great but due to direct screen 
  52. writes of programs like SCAN, the local screen may get messed up. 
  53.  
  54. DISCLAIMER:
  55.     Feel free to use this program at your own risk. I'm too chicken to be held
  56. responsible for damages or lost data thru the use or misuse of this program.
  57.  
  58. Send comments to:
  59.  
  60.     Leigh Hotz
  61.     c/o Wizard Productions
  62.     3862 West 135th St.
  63.     Cleveland, Ohio 44111
  64.   
  65.      or call Modem World USA BBS (216) 252-2630 (1:157/532 Fidonet)
  66.  
  67.